Selerix Developer Tools
Item Property (SmartList<T>)






Selerix.Foundation Assembly > Selerix.Foundation.Data Namespace > SmartList<T> Class : Item Property
Gets or sets the item of list at the specified index.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As T
'Usage
 
Dim instance As SmartList(Of T)
Dim index As Integer
Dim value As T
 
instance.Item(index) = value
 
value = instance.Item(index)
public T this[ 
   int index
]; {get; set;}
public  this: : T;[ 
    index: Integer
]; read-write
public  this[ 
   index : int
] get,set : T
public: __property T* get_Item   int index
;
public: __property void set_Item   int index,
   T* value
;
public:
property T^ default [int] {
   T^ get(int index);
   void set (int index, T^ value);
}

Parameters

index
See Also

Reference

SmartList<T> Class
SmartList<T> Members